Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRGetViewAnimation

You can use the QTVRGetViewAnimation function to get the current state of view animation for an object node.

Boolean QTVRGetViewAnimation (QTVRInstance qtvr);
qtvr
An instance of a QuickTime VR movie.
function result
A Boolean value that indicates whether view animation is enabled for the specified object node ( true ) or not ( false ).

DESCRIPTION

The QTVRGetViewAnimation function returns, as its function result, a Boolean value that indicates the current state of view animation for the object node specified by the qtvr parameter.

SPECIAL CONSIDERATIONS

QTVRGetViewAnimation is valid only for object nodes.

SEE ALSO

Use QTVREnableViewAnimation (next) to set the state of view animation for an object node.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |